After completing this lesson, you'll be able to:
In this lesson, you will:
After completing this lesson, you'll be able to:
In this lesson, you will:
FME Flow's event-based triggers monitor events in external applications or within FME Flow and trigger an automation when a specific event occurs. Many of these triggers are directory watch triggers, in which FME Flow monitors a directory for an updated file or dataset. The Resource or Network Directory (updated) trigger monitors an FME Flow Resources or network drive (via a UNC path) for file additions, modifications, and deletions. Other common triggers include the FTP Directory (updated), Amazon S3 Bucket (updated), and Dropbox Directory (updated).
The primary use case for these triggers is to monitor a data storage location for any changes. Once a change occurs, FME Flow triggers the automation to run and passes the file to a workspace to process.

Some of these trigger protocols have corresponding external action protocols where FME Flow pushes files to the data storage location. For a complete list of trigger and action protocols, see our automations documentation.
Once you finish building your automation, you must start it to begin actively watching for file changes. FME Flow Automations has two running modes: Debug and Production. You should use Debug mode when building and testing your automation, and then use Production mode once it is built and ready to deploy and run without intervention.
While you build and test your automation, you should use Debug mode. The Debug button in the top toolbar starts your automation in Debug mode.

A warning message appears when you run an Automation in Debug mode. Once you confirm, a message appears on the automation canvas indicating that it is running in Debug mode. You can access the automation log file from the message (A) or from the View Debug Log option in the automations menu (B). While running in Debug mode, FME Flow temporarily stores the automations log files in the FME Flow database. FME Flow clears the log file each time the automation restarts and does not permanently store the files.

Once you've built and tested your automation, the Start button begins running it in Production mode.

Again, the automations canvas displays a running message.

To access the log files for your automation running in Production mode, use the automations Menu and select View Log Files or navigate to the logs through Resources > Logs > automations.


Jennifer, a GIS specialist, is working on a project to update a geodatabase with new shapefiles reflecting construction updates. She manually checks a Resource directory for new files daily, but knows she will save time and process the updates faster with an FME Flow Automation.
In this exercise, you will:
You may skip this step if the BuildingUpdates folder already exists in Resources > Data.
The first step is to create a Resources folder to upload the data.

FME Flow's event-based triggers monitor events in external applications or within FME Flow and trigger an automation when a specific event occurs. Many of these triggers are directory watch triggers, in which FME Flow monitors a directory for an updated file or dataset. The Resource or Network Directory (updated) trigger monitors an FME Flow Resources or network drive (via a UNC path) for file additions, modifications, and deletions. Other common triggers include the FTP Directory (updated), Amazon S3 Bucket (updated), and Dropbox Directory (updated).
The primary use case for these triggers is to monitor a data storage location for any changes. Once a change occurs, FME Flow triggers the automation to run and passes the file to a workspace to process.

Some of these trigger protocols have corresponding external action protocols where FME Flow pushes files to the data storage location. For a complete list of trigger and action protocols, see our automations documentation.
Once you finish building your automation, you must start it to begin actively watching for file changes. FME Flow Automations has two running modes: Debug and Production. You should use Debug mode when building and testing your automation, and then use Production mode once it is built and ready to deploy and run without intervention.
While you build and test your automation, you should use Debug mode. The Debug button in the top toolbar starts your automation in Debug mode.

A warning message appears when you run an Automation in Debug mode. Once you confirm, a message appears on the automation canvas indicating that it is running in Debug mode. You can access the automation log file from the message (A) or from the View Debug Log option in the automations menu (B). While running in Debug mode, FME Flow temporarily stores the automations log files in the FME Flow database. FME Flow clears the log file each time the automation restarts and does not permanently store the files.

Once you've built and tested your automation, the Start button begins running it in Production mode.

Again, the automations canvas displays a running message.

To access the log files for your automation running in Production mode, use the automations Menu and select View Log Files or navigate to the logs through Resources > Logs > automations.


Jennifer, a GIS specialist, is working on a project to update a geodatabase with new shapefiles reflecting construction updates. She manually checks a Resource directory for new files daily, but knows she will save time and process the updates faster with an FME Flow Automation.
In this exercise, you will:
You may skip this step if the BuildingUpdates folder already exists in Resources > Data.
The first step is to create a Resources folder to upload the data.
